home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / etc_-_Configuration_Files / NSSWITCH.{_O < prev    next >
Text File  |  1999-09-17  |  1KB  |  43 lines

  1. #
  2. # /etc/nsswitch.conf
  3. #
  4. # An example Name Service Switch config file. This file should be
  5. # sorted with the most-used services at the beginning.
  6. #
  7. # The entry '[NOTFOUND=return]' means that the search for an
  8. # entry should stop if the search in the previous entry turned
  9. # up nothing. Note that if the search failed due to some other reason
  10. # (like no NIS server responding) then the search continues with the
  11. # next entry.
  12. #
  13. # Legal entries are:
  14. #
  15. #      nisplus or nis+         Use NIS+ (NIS version 3)
  16. #      nis or yp               Use NIS (NIS version 2), also called YP
  17. #      dns                     Use DNS (Domain Name Service)
  18. #      files                   Use the local files
  19. #      [NOTFOUND=return]       Stop searching if not found so far
  20. #
  21.  
  22. passwd:     files nisplus nis
  23. shadow:     files nisplus nis
  24. group:      files nisplus nis
  25.  
  26. hosts:      files nisplus nis dns
  27.  
  28. services:   nisplus [NOTFOUND=return] files
  29. networks:   nisplus [NOTFOUND=return] files
  30. protocols:  nisplus [NOTFOUND=return] files
  31. rpc:        nisplus [NOTFOUND=return] files
  32. ethers:     nisplus [NOTFOUND=return] files
  33. netmasks:   nisplus [NOTFOUND=return] files     
  34. bootparams: nisplus [NOTFOUND=return] files
  35.  
  36. netgroup:   nisplus
  37.  
  38. publickey:  nisplus
  39.  
  40. automount:  files nisplus
  41. aliases:    files nisplus
  42.  
  43.